Method Summary |
|
public void | addOperation(String namespace, String name, String mep, String input, String output) |
public List | getAllOperations() |
public MQConnection | getConnection() |
public QName | getDefaultOperation() |
public String | getDeploymentId() Fetches the deployment Id coresponding to this bean. |
public java.lang.String | getDeploymentType() Getter for property mDeploymentType. |
public MQDestination | getDestination() |
public String | getInputType(String operation) Parameters: operation - operation. |
public String | getMEP(String operation) Parameters: operation - operation. |
public String | getOutputType(String operation) Parameters: operation - operation name. |
public MQSession | getReceiverSession() |
public java.lang.Thread | getReceiverThread() Getter for property mReceiverThread. |
public int | getRole() |
public ServiceEndpoint | getServiceEndpoint() |
public EndpointStatus | getStatus() Returns the state of the endpoint. |
public int | getStyle() |
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 wcich value is required. |
public Object | getWsdlDefinition() |
public void | setConnection(MQConnection con) |
public void | setDeploymentId(String asId) Sets the deployment Id corresponding to this endpoint Bean. |
public void | setDeploymentType(java.lang.String mDeploymentType) Setter for property mDeploymentType. |
public void | setDestination(MQDestination dest) |
public void | setReceiverSession(MQSession session) |
public void | setReceiverThread(java.lang.Thread mReceiverThread) Setter for property mReceiverThread. |
public void | setRole(int role) |
public void | setSendSession(MQSession session) |
public void | setServiceEndpoint(ServiceEndpoint ref) |
public void | setStatus(EndpointStatus status) Maintains the status of the endpoint bean. |
public void | setStyle(int style) |
public void | setValue(String key, String value) Sets the value for the key in the table. |
public void | setWsdlDefinition(Object def) |