|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.srm.EndpointReferenceFactory
The EndpointReferenceFactory is used to create instances of an
EndpointReferenceType
.
Method Summary | |
---|---|
static AttributedQName |
createAttributedQName(javax.xml.namespace.QName name)
Create a qName to be used when creating an endpoint reference. |
static AttributedURI |
createAttributedURI(com.ibm.ws.webservices.engine.types.URI address)
Create a URI to be used when creating an endpoint reference. |
static EndpointReferenceType |
createEndpointReferenceType(AttributedURI address)
Create an new EndpointReferenceType that only has an address. |
static EndpointReferenceType |
createEndpointReferenceType(javax.wsdl.Definition wsdlDefinition)
Instantiate an EndpointReferenceType based on a WSDL Definition object. |
static EndpointReferenceType |
createEndpointReferenceType(java.lang.String address)
Creates an instance of an EndpointReferenceType. |
static ReferencePropertiesType |
createReferencePropertiesType(javax.xml.soap.SOAPElement[] elements)
Create a reference property element to be added to an endpoint reference. |
static ServiceNameType |
createServiceNameType(javax.xml.namespace.QName name)
Create a ServiceNameType that can be used to create an endpoint reference. |
java.lang.String |
toString()
The String representation of this class. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static AttributedQName createAttributedQName(javax.xml.namespace.QName name)
public static AttributedURI createAttributedURI(com.ibm.ws.webservices.engine.types.URI address)
public static EndpointReferenceType createEndpointReferenceType(AttributedURI address)
address
-
public static EndpointReferenceType createEndpointReferenceType(javax.wsdl.Definition wsdlDefinition) throws InvalidWSDLDefinitionException, com.ibm.ws.webservices.engine.types.URI.MalformedURIException
If any of the above conditions are not met then a InvalidWSDLDefinitionException will be thrown.
wsdlDefinition
- The WSDL Definition that is used to create a new EndpointReferenceType
InvalidWSDLDefinitionException
- Thrown if the WSDL Definition passed in does not contain the elements expected.
com.ibm.ws.webservices.engine.types.URI.MalformedURIException
public static EndpointReferenceType createEndpointReferenceType(java.lang.String address) throws com.ibm.ws.webservices.engine.types.URI.MalformedURIException
address
- The address of the EndpointReferenceType
com.ibm.ws.webservices.engine.types.URI.MalformedURIException
public static ReferencePropertiesType createReferencePropertiesType(javax.xml.soap.SOAPElement[] elements)
elements
- The reference properties.
public static ServiceNameType createServiceNameType(javax.xml.namespace.QName name)
name
- The qualified name of the service.
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |