createServerTransport(EndpointReferenceType address) Returns a newly created ServerTransport.
Parameters: address - the endpoint reference used by the ServerTransport.
createTransientServerTransport(EndpointReferenceType address) Returns a newly created transient ServerTransport.
Parameters: address - the endpoint reference used by the ServerTransport.
Returns a newly created ClientTransport.
Parameters: address - the endpoint reference used by the ClientTransport. Parameters: binding - the client binding ClientTransport the newly created client transport. throws: WSDLException - If there is an error creating the transport.
Returns a newly created ServerTransport.
Parameters: address - the endpoint reference used by the ServerTransport. ServerTransport the newly created ServerTransport. throws: WSDLException - If there is an error creating the transport.
Returns a newly created transient ServerTransport.
Parameters: address - the endpoint reference used by the ServerTransport. ServerTransport the newly created server transport. throws: WSDLException - If there is an error creating the transport.