org.apache.servicemix.wsn.client
Class AbstractWSAClient
java.lang.Object
org.apache.servicemix.wsn.client.AbstractWSAClient
- Direct Known Subclasses:
- CreatePullPoint, NotificationBroker, Publisher, PullPoint, Subscription
public abstract class AbstractWSAClient
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWSAClient
public AbstractWSAClient()
AbstractWSAClient
public AbstractWSAClient(javax.xml.ws.wsaddressing.W3CEndpointReference endpoint,
org.apache.servicemix.client.ServiceMixClient client)
createWSA
public static javax.xml.ws.wsaddressing.W3CEndpointReference createWSA(String address)
getWSAAddress
public static String getWSAAddress(javax.xml.ws.wsaddressing.W3CEndpointReference ref)
createJaxbClient
public static org.apache.servicemix.client.ServiceMixClient createJaxbClient(org.apache.servicemix.jbi.container.JBIContainer container)
throws javax.jbi.JBIException,
javax.xml.bind.JAXBException
- Throws:
javax.jbi.JBIException
javax.xml.bind.JAXBException
createJaxbClient
public static org.apache.servicemix.client.ServiceMixClient createJaxbClient(javax.jbi.component.ComponentContext context)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
resolveWSA
public static org.apache.servicemix.jbi.resolver.EndpointResolver resolveWSA(javax.xml.ws.wsaddressing.W3CEndpointReference ref)
getEndpoint
public javax.xml.ws.wsaddressing.W3CEndpointReference getEndpoint()
setEndpoint
public void setEndpoint(javax.xml.ws.wsaddressing.W3CEndpointReference endpoint)
getResolver
public org.apache.servicemix.jbi.resolver.EndpointResolver getResolver()
setResolver
public void setResolver(org.apache.servicemix.jbi.resolver.EndpointResolver resolver)
getClient
public org.apache.servicemix.client.ServiceMixClient getClient()
setClient
public void setClient(org.apache.servicemix.client.ServiceMixClient client)
request
protected Object request(Object request)
throws javax.jbi.JBIException
- Throws:
javax.jbi.JBIException
send
protected void send(Object request)
throws javax.jbi.JBIException
- Throws:
javax.jbi.JBIException
Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.