Method Summary |
|
public void | addMessagePattern(String oper, String mep) Adds an entry for operation-mep in table. |
public void | addOperation(String namespace, String name, String mep, String input, String output, String ext, String prefix) Adds an operation to the endpoint. |
public QName | getDefaultOperation() Returns the default operation, which is normally the first operation
defined in the XML or WSDL. |
public String | getDeploymentId() Fetches the deployment Id coresponding to this bean. |
public String | getExtension(String operation) Gets the file extension corresponding to an operation.
Parameters: operation - operation name. |
public FileThreads | getFileThread() Gets the file thread. |
public String | getInputType(String operation) Returns the input type corresponding to an operation name.
Parameters: operation - operation name. |
public String | getMEP(String operation) Gets the MEP corresponding to the operation name.
Parameters: operation - operation name. |
public QName | getOperation(String input) Gets the operation name corresponding to the input type in WSDL.
Parameters: input - name of the input type. |
public QName | getOperationQName(int index) Gets the fully qualified name of operation given the position in XML or
WSDL.
Parameters: index - occurence of operation inXML or WSDL. |
public int | getOperationsCount() Returns the number of operations in XML or WSDL. |
public String | getOutputType(String operation) Returns the output type corresponding to an operation.
Parameters: operation - operation name. |
public String | getPrefix(String operation) Gets the file prefix corresponding to an operation.
Parameters: operation - operation name. |
public Thread | getReceiverThread() Returns the receiver thread. |
public int | getRole() Returns the role. |
public ServiceEndpoint | getServiceEndpoint() Gets the enpoint reference corresponding to this endpoint. |
public String | getUniqueName() Returns a unique name which is a combination of service name and
endpoint name.
unique name of this endpoint. |
public String | getValue(String key) Returns the value associated with the key from the table.
Parameters: key - the tag name for which value is required. |
public void | setDeploymentId(String suId) Sets the deployment Id corresponding to this endpoint Bean. |
public void | setFileThread(FileThreads ft) Sets the file thread. |
public void | setReceiverThread(Thread t) Sets the receiver thread. |
public void | setRole(int role) Sets the role of this endpoint, provider or consumer. |
public void | setServiceEndpoint(ServiceEndpoint ref) Sets the endpoint reference once the endpoitn has been activated with
the NMS. |
public void | setValue(String key, String value) Sets the value for the key in the table. |