JTR 4.0 API Documentation

Uses of Class
jtr.ws.wsif.WebServiceRtPortType

Packages that use WebServiceRtPortType
jtr.ws.wsif Default Jakarts WSIF 2.0 based implementation of the contracts defined in jtr.ws
 

Uses of WebServiceRtPortType in jtr.ws.wsif
 

Methods in jtr.ws.wsif that return WebServiceRtPortType
 WebServiceRtPortType WebServiceRtService.getPortType(javax.xml.namespace.QName qName)
          Retrieve a portType by name.
 

Methods in jtr.ws.wsif that return types with arguments of type WebServiceRtPortType
 java.util.HashMap<javax.xml.namespace.QName,WebServiceRtPortType> WebServiceRtService.getPortTypes()
          Get all the configured portTypes.
 

Methods in jtr.ws.wsif with parameters of type WebServiceRtPortType
 void WebServiceRtService.addPortType(javax.xml.namespace.QName qName, WebServiceRtPortType portType)
          Add a single portType to the set of configured ones.
 

Method parameters in jtr.ws.wsif with type arguments of type WebServiceRtPortType
 void WebServiceRtService.setPortTypes(java.util.HashMap<javax.xml.namespace.QName,WebServiceRtPortType> portTypes)
          Set the available portTypes.
 


The JTR Project is licensed under GPL version 2