Uses of Class
org.apache.axis2.jaxws.addressing.SubmissionEndpointReferenceBuilder

Packages that use SubmissionEndpointReferenceBuilder
org.apache.axis2.jaxws.addressing   
 

Uses of SubmissionEndpointReferenceBuilder in org.apache.axis2.jaxws.addressing
 

Methods in org.apache.axis2.jaxws.addressing that return SubmissionEndpointReferenceBuilder
 SubmissionEndpointReferenceBuilder SubmissionEndpointReferenceBuilder.address(java.lang.String address)
          Add the address URI to use.
 SubmissionEndpointReferenceBuilder SubmissionEndpointReferenceBuilder.endpointName(QName endpointName)
          Add the WSDL port name of the endpoint that the endpoint reference will target.
 SubmissionEndpointReferenceBuilder SubmissionEndpointReferenceBuilder.portType(QName portType)
          Add the name of the WSDL port type.
 SubmissionEndpointReferenceBuilder SubmissionEndpointReferenceBuilder.referenceParameter(org.w3c.dom.Element referenceParameter)
          Add reference parameters.
 SubmissionEndpointReferenceBuilder SubmissionEndpointReferenceBuilder.referenceProperty(org.w3c.dom.Element referenceProperty)
          Add reference properties.
 SubmissionEndpointReferenceBuilder SubmissionEndpointReferenceBuilder.serviceName(QName serviceName)
          Add the WSDL service name of the endpoint that the endpoint reference will target.
 SubmissionEndpointReferenceBuilder SubmissionEndpointReferenceBuilder.wsdlDocumentLocation(java.lang.String wsdlDocumentLocation)
          Add the URI from where the WSDL for the endpoint that the endpoint reference will target can be retrieved.
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.