|
||||||||||
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.bsf.WSIFPort_BSF
public class WSIFPort_BSF
BSF WSIF Port.
Constructor Summary | |
---|---|
WSIFPort_BSF(javax.wsdl.Definition def,
javax.wsdl.Port port)
Constructor for the WSIFPort_BSF object |
Method Summary | |
---|---|
WSIFOperation |
createOperation(java.lang.String operationName)
Description of the Method |
WSIFOperation |
createOperation(java.lang.String operationName,
java.lang.String inputName,
java.lang.String outputName)
Description of the Method |
void |
setDynamicWSIFOperation(java.lang.String name,
java.lang.String inputName,
java.lang.String outputName,
WSIFOperation_BSF value)
Sets the dynamicWSIFOperation attribute of the WSIFPort_BSF object |
Methods inherited from class org.apache.wsif.base.WSIFDefaultPort |
---|
close, finalize, getContext, setContext, supportsAsync, supportsSync |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSIFPort_BSF(javax.wsdl.Definition def, javax.wsdl.Port port) throws WSIFException
def
- Description of the Parameterport
- Description of the Parameter
WSIFException
- Description of the ExceptionMethod Detail |
---|
public WSIFOperation createOperation(java.lang.String operationName) throws WSIFException
createOperation
in interface WSIFPort
operationName
- Description of the Parameter
WSIFException
- Description of the Exceptionpublic WSIFOperation createOperation(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName) throws WSIFException
createOperation
in interface WSIFPort
operationName
- Description of the ParameterinputName
- Description of the ParameteroutputName
- Description of the Parameter
WSIFException
- Description of the Exceptionpublic void setDynamicWSIFOperation(java.lang.String name, java.lang.String inputName, java.lang.String outputName, WSIFOperation_BSF value)
name
- The new dynamicWSIFOperation valueinputName
- The new dynamicWSIFOperation valueoutputName
- The new dynamicWSIFOperation valuevalue
- The new dynamicWSIFOperation value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |