|
|||||||||||
| 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 WSIFPortWSIFException - if something goes wrong
public void finalize()
throws java.lang.Throwable
java.lang.Throwablepublic boolean supportsSync()
supportsSync in interface WSIFPortpublic boolean supportsAsync()
supportsAsync in interface WSIFPort
public WSIFMessage getContext()
throws WSIFException
getContext in interface WSIFPortWSIFExceptionpublic void setContext(WSIFMessage newContext)
setContext in interface WSIFPort
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||