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(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(Element referenceParameter)
          Add reference parameters.
 SubmissionEndpointReferenceBuilder SubmissionEndpointReferenceBuilder.referenceProperty(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(String wsdlDocumentLocation)
          Add the URI from where the WSDL for the endpoint that the endpoint reference will target can be retrieved.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.