|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use WSIFException | |
| xsul.wsif | |
| xsul.wsif_xsul_soap_http | |
| xsul.wsif.impl | |
| xsul.wsif.spi | |
| xsul.xwsif_runtime | Provides easy to use frontend to WSIF functionality. |
| Uses of WSIFException in xsul.wsif |
| Methods in xsul.wsif that throw WSIFException | |
java.lang.Object |
WSIFMessage.getObjectPart(java.lang.String name)
|
java.lang.Object |
WSIFMessage.getObjectPart(java.lang.String name,
java.lang.Class sourceClass)
|
void |
WSIFMessage.setObjectPart(java.lang.String name,
java.lang.Object part)
|
char |
WSIFMessage.getCharPart(java.lang.String name)
|
byte |
WSIFMessage.getBytePart(java.lang.String name)
|
short |
WSIFMessage.getShortPart(java.lang.String name)
|
int |
WSIFMessage.getIntPart(java.lang.String name)
|
long |
WSIFMessage.getLongPart(java.lang.String name)
|
float |
WSIFMessage.getFloatPart(java.lang.String name)
|
double |
WSIFMessage.getDoublePart(java.lang.String name)
|
boolean |
WSIFMessage.getBooleanPart(java.lang.String name)
|
WsdlBindingOperation |
WSIFOperation.getBindingOperation()
|
boolean |
WSIFOperation.executeRequestResponseOperation(WSIFMessage input,
WSIFMessage output,
WSIFMessage fault)
Execute a request-response operation. |
void |
WSIFOperation.executeInputOnlyOperation(WSIFMessage input)
Execute an input-only operation. |
WsdlPort |
WSIFPort.getWsdlServicePort()
|
WSIFOperation |
WSIFPort.createOperation(java.lang.String operationName)
Create a new WSIFOperation. |
void |
WSIFPort.close()
Close this port; indicates that the user is done using it. |
WSIFPort |
WSIFService.getPort()
Returns an appropriate WSIFPort for the portType that this factory supports. |
WSIFPort |
WSIFService.getPort(java.lang.String portName)
Returns a WSIFPort for the indicated port. |
void |
WSIFService.setPreferredPort(java.lang.String portName)
Set the preferred port |
abstract WSIFService |
WSIFServiceFactory.getService(java.lang.String wsdlLoc,
java.lang.String serviceNS,
java.lang.String serviceName,
java.lang.String portTypeNS,
java.lang.String portTypeName)
Create a WSIFService from WSDL document URL. |
abstract WSIFService |
WSIFServiceFactory.getService(WsdlDefinitions def)
Returns a new WSIFService. |
abstract WSIFService |
WSIFServiceFactory.getService(WsdlDefinitions def,
WsdlService service,
WsdlPortType portType)
Returns a new WSIFService. |
| Uses of WSIFException in xsul.wsif_xsul_soap_http |
| Methods in xsul.wsif_xsul_soap_http that throw WSIFException | |
WSIFPort |
Provider.createDynamicWSIFPort(WsdlPort port,
TypeHandlerRegistry typeMap)
|
WsdlBindingOperation |
XsulSoapOperation.getBindingOperation()
|
boolean |
XsulSoapOperation.executeRequestResponseOperation(WSIFMessage input,
WSIFMessage output,
WSIFMessage fault)
|
void |
XsulSoapOperation.executeInputOnlyOperation(WSIFMessage input)
|
WsdlPort |
XsulSoapPort.getWsdlServicePort()
|
WSIFOperation |
XsulSoapPort.createOperation(java.lang.String operationName)
|
void |
XsulSoapPort.close()
|
| Uses of WSIFException in xsul.wsif.impl |
| Methods in xsul.wsif.impl that throw WSIFException | |
java.lang.Object |
WSIFMessageElement.getObjectPart(java.lang.String name)
|
java.lang.Object |
WSIFMessageElement.getObjectPart(java.lang.String name,
java.lang.Class sourceClass)
|
void |
WSIFMessageElement.setObjectPart(java.lang.String name,
java.lang.Object part)
|
char |
WSIFMessageElement.getCharPart(java.lang.String name)
|
byte |
WSIFMessageElement.getBytePart(java.lang.String name)
|
short |
WSIFMessageElement.getShortPart(java.lang.String name)
|
int |
WSIFMessageElement.getIntPart(java.lang.String name)
|
long |
WSIFMessageElement.getLongPart(java.lang.String name)
|
float |
WSIFMessageElement.getFloatPart(java.lang.String name)
|
double |
WSIFMessageElement.getDoublePart(java.lang.String name)
|
boolean |
WSIFMessageElement.getBooleanPart(java.lang.String name)
|
WSIFService |
WSIFServiceFactoryImpl.getService(java.lang.String wsdlLoc,
java.lang.String serviceNS,
java.lang.String serviceName,
java.lang.String portTypeNS,
java.lang.String portTypeName)
|
WSIFService |
WSIFServiceFactoryImpl.getService(WsdlDefinitions def)
|
WSIFService |
WSIFServiceFactoryImpl.getService(WsdlDefinitions def,
WsdlService service,
WsdlPortType portType)
|
WSIFPort |
WSIFServiceImpl.getPort()
|
WSIFPort |
WSIFServiceImpl.getPort(java.lang.String portName)
Return dynamic port instance selected by port name. |
void |
WSIFServiceImpl.setPreferredPort(java.lang.String portName)
Set the preferred port |
| Uses of WSIFException in xsul.wsif.spi |
| Methods in xsul.wsif.spi that throw WSIFException | |
WSIFPort |
WSIFProvider.createDynamicWSIFPort(WsdlPort port,
TypeHandlerRegistry typeMap)
For the given WSDL definition, service and port try to provide dynamic port, or return null if this provider can not do it. |
static WSIFProviderManager |
WSIFProviderManager.getInstance()
|
WSIFPort |
WSIFProviderManager.createDynamicWSIFPort(WsdlPort port,
TypeHandlerRegistry typeMap)
|
| Uses of WSIFException in xsul.xwsif_runtime |
| Methods in xsul.xwsif_runtime that throw WSIFException | |
java.lang.Object |
WSIFClient.generateDynamicStub(java.lang.Class portTypeInterface)
|
static WSIFClient |
WSIFRuntime.newClient(java.lang.String wsdlLoc)
|
static WSIFClient |
WSIFRuntime.newClient(java.lang.String wsdlLoc,
java.lang.String svcloc)
|
WSIFClient |
WSIFRuntime.newClientFor(java.lang.String wsdlLoc,
java.lang.String portName)
|
WSIFClient |
WSIFRuntime.newClientFor(WsdlDefinitions def,
java.lang.String portName)
|
WSIFClient |
WSIFRuntime.newClientFor(WSIFPort port)
|
static WSIFClient |
XmlBeansWSIFRuntime.newClient(java.lang.String wsdlLoc)
|
WSIFClient |
XmlBeansWSIFRuntime.newClientFor(WSIFPort port)
|
| Constructors in xsul.xwsif_runtime that throw WSIFException | |
WSIFClient(WSIFPort port)
|
|
XmlBeansWSIFClient(WSIFPort port)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||