|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.narada.wsinfra.wsa.impl.WsaEprCreatorImpl
This is a utility class which facilitates the creation of Endpoint References.
| Method Summary | |
void |
addElementToReferenceParameters(EndpointReferenceType eprType,
QName qname,
String value)
Adds an element to the ReferenceParameters type within the specified Endpoint reference. |
void |
addElementToReferenceProperties(EndpointReferenceType eprType,
QName qname,
String value)
Adds an element to the ReferenceProperties type within the specified Endpoint reference. |
void |
addReferenceParametersAttribute(EndpointReferenceType eprType,
QName qname,
String value)
Adds an attribute to the ReferenceParameters type within the specified Endpoint reference. |
void |
addReferencePropertiesAttribute(EndpointReferenceType eprType,
QName qname,
String value)
Adds an attribute to the ReferenceProperties type within the specified Endpoint reference. |
void |
addToReferenceParameters(EndpointReferenceType eprType,
XmlObject object)
Copies the contents of the specified XmlObject into the reference parameters element |
void |
addToReferenceProperties(EndpointReferenceType eprType,
XmlObject object)
Copies the contents of the specified XmlObject into the reference properties element |
EndpointReferenceType |
createEpr(String address)
Creats an Endpoint reference type based on the specified address |
EndpointReferenceType |
createEpr(String address,
String portType,
String serviceName)
Creats an Endpoint reference type based on the specified address, portType and ServiceName |
static WsaEprCreator |
getInstance()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static WsaEprCreator getInstance()
public EndpointReferenceType createEpr(String address)
createEpr in interface WsaEprCreator
public EndpointReferenceType createEpr(String address,
String portType,
String serviceName)
createEpr in interface WsaEprCreator
public void addReferencePropertiesAttribute(EndpointReferenceType eprType,
QName qname,
String value)
addReferencePropertiesAttribute in interface WsaEprCreator
public void addElementToReferenceProperties(EndpointReferenceType eprType,
QName qname,
String value)
addElementToReferenceProperties in interface WsaEprCreator
public void addToReferenceProperties(EndpointReferenceType eprType,
XmlObject object)
addToReferenceProperties in interface WsaEprCreator
public void addReferenceParametersAttribute(EndpointReferenceType eprType,
QName qname,
String value)
addReferenceParametersAttribute in interface WsaEprCreator
public void addElementToReferenceParameters(EndpointReferenceType eprType,
QName qname,
String value)
addElementToReferenceParameters in interface WsaEprCreator
public void addToReferenceParameters(EndpointReferenceType eprType,
XmlObject object)
addToReferenceParameters in interface WsaEprCreator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||