|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.base.WSIFDefaultPort
org.apache.wsif.providers.jms.WSIFPort_Jms
public class WSIFPort_Jms
Jms WSIF port
Constructor Summary | |
---|---|
WSIFPort_Jms(javax.wsdl.Definition def,
javax.wsdl.Port port,
WSIFDynamicTypeMap typeMap)
ctor |
Method Summary | |
---|---|
void |
close()
Closes the port. |
WSIFOperation |
createOperation(java.lang.String operationName)
Create a new WSIFOperation. |
WSIFOperation |
createOperation(java.lang.String operationName,
java.lang.String inputName,
java.lang.String outputName)
Create a new WSIFOperation. |
java.lang.String |
deep()
helper |
javax.wsdl.Definition |
getDefinition()
accessor/mutators |
WSIFOperation_Jms |
getDynamicWSIFOperation(java.lang.String name,
java.lang.String inputName,
java.lang.String outputName)
get/set WSIF operation |
WSIFFormatter |
getFormatter()
|
WSIFJMSDestination |
getJmsDestination()
Returns the jmsDestination for this WSIFPort. |
JMSAddress |
getObjectReference()
|
javax.wsdl.Port |
getPortModel()
|
void |
setDefinition(javax.wsdl.Definition value)
|
void |
setDynamicWSIFOperation(java.lang.String name,
java.lang.String inputName,
java.lang.String outputName,
WSIFOperation_Jms value)
|
void |
setObjectReference(JMSAddress newObjectReference)
|
void |
setPortModel(javax.wsdl.Port value)
|
boolean |
supportsAsync()
Tests if this port supports asynchronous calls to operations. |
boolean |
supportsSync()
Tests if this port supports asynchronous/synchronous calls to operations. |
Methods inherited from class org.apache.wsif.base.WSIFDefaultPort |
---|
finalize, getContext, setContext |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSIFPort_Jms(javax.wsdl.Definition def, javax.wsdl.Port port, WSIFDynamicTypeMap typeMap) throws WSIFException
WSIFException
Method Detail |
---|
public WSIFOperation createOperation(java.lang.String operationName) throws WSIFException
WSIFPort
WSIFPort.createOperation(String,String,String)
.
createOperation
in interface WSIFPort
operationName
- the name of an operation in this port's portType
WSIFException
- if something goes wrongWSIFPort#createOperation(String)
public WSIFOperation createOperation(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName) throws WSIFException
WSIFPort
createOperation
in interface WSIFPort
operationName
- the name of an operation in this port's portTypeinputName
- the input message nameoutputName
- the output message name
WSIFException
- if something goes wrongWSIFPort#createOperation(String, String, String)
public WSIFOperation_Jms getDynamicWSIFOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName) throws WSIFException
WSIFException
public void setDynamicWSIFOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName, WSIFOperation_Jms value)
public boolean supportsSync()
supportsSync
in interface WSIFPort
supportsSync
in class WSIFDefaultPort
public boolean supportsAsync()
WSIFDefaultPort
supportsAsync
in interface WSIFPort
supportsAsync
in class WSIFDefaultPort
public javax.wsdl.Definition getDefinition()
public void setDefinition(javax.wsdl.Definition value)
public javax.wsdl.Port getPortModel()
public void setPortModel(javax.wsdl.Port value)
public JMSAddress getObjectReference() throws WSIFException
WSIFException
public void setObjectReference(JMSAddress newObjectReference)
public WSIFFormatter getFormatter()
public WSIFJMSDestination getJmsDestination() throws WSIFException
WSIFException
public void close() throws WSIFException
close
in interface WSIFPort
close
in class WSIFDefaultPort
WSIFException
- if something goes wrongpublic java.lang.String deep()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |