|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.base.WSIFDefaultPort
A DefaultWSIFPort is a default implementation of WSIFPort all methods are implemented except execute*.
Constructor Summary | |
WSIFDefaultPort()
|
Method Summary | |
void |
close()
Close this port; indicates that the user is done using it. |
void |
finalize()
|
WSIFMessage |
getContext()
Gets the context information for this WSIFPort. |
void |
setContext(WSIFMessage newContext)
Sets the context information for this WSIFPort. |
boolean |
supportsAsync()
Tests if this port supports asynchronous calls to operations. |
boolean |
supportsSync()
Tests if this port supports synchronous calls to operations. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.wsif.WSIFPort |
createOperation, createOperation |
Constructor Detail |
public WSIFDefaultPort()
Method Detail |
public void close() throws WSIFException
WSIFPort
close
in interface WSIFPort
WSIFException
- if something goes wrongpublic void finalize() throws java.lang.Throwable
java.lang.Throwable
public boolean supportsSync()
supportsSync
in interface WSIFPort
public boolean supportsAsync()
supportsAsync
in interface WSIFPort
public WSIFMessage getContext() throws WSIFException
getContext
in interface WSIFPort
WSIFException
public void setContext(WSIFMessage newContext)
setContext
in interface WSIFPort
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |