|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.endpoint.dynamic.DynamicClientFactory
public final class DynamicClientFactory
| Method Summary | |
|---|---|
Client |
createClient(java.lang.String wsdlUrl)
Create a new Client instance using the WSDL to be loaded
from the specified URL and using the current classloading context. |
Client |
createClient(java.lang.String wsdlUrl,
java.lang.ClassLoader classLoader)
Create a new Client instance using the WSDL to be loaded
from the specified URL and with the specified ClassLoader
as parent. |
Client |
createClient(java.lang.String wsdlUrl,
javax.xml.namespace.QName service)
|
Client |
createClient(java.lang.String wsdlUrl,
javax.xml.namespace.QName service,
java.lang.ClassLoader classLoader,
javax.xml.namespace.QName port)
|
Client |
createClient(java.lang.String wsdlUrl,
javax.xml.namespace.QName service,
javax.xml.namespace.QName port)
|
java.util.Map<java.lang.String,java.lang.Object> |
getJaxbContextProperties()
Return the map of JAXB context properties used at the time that we create new contexts. |
boolean |
isSimpleBindingEnabled()
|
static DynamicClientFactory |
newInstance()
Create a new instance using a default Bus. |
static DynamicClientFactory |
newInstance(Bus b)
Create a new instance using a specific Bus. |
void |
setJaxbContextProperties(java.util.Map<java.lang.String,java.lang.Object> jaxbContextProperties)
Set the map of JAXB context properties used at the time that we create new contexts. |
void |
setSimpleBindingEnabled(boolean simpleBindingEnabled)
|
void |
setTemporaryDirectory(java.lang.String dir)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setTemporaryDirectory(java.lang.String dir)
public static DynamicClientFactory newInstance(Bus b)
b - the Bus to use in subsequent operations with the
instance
public static DynamicClientFactory newInstance()
BusFactory.getDefaultBus()public Client createClient(java.lang.String wsdlUrl)
Client instance using the WSDL to be loaded
from the specified URL and using the current classloading context.
wsdlURL - the URL to load
public Client createClient(java.lang.String wsdlUrl,
java.lang.ClassLoader classLoader)
Client instance using the WSDL to be loaded
from the specified URL and with the specified ClassLoader
as parent.
wsdlUrl - classLoader -
public Client createClient(java.lang.String wsdlUrl,
javax.xml.namespace.QName service)
public Client createClient(java.lang.String wsdlUrl,
javax.xml.namespace.QName service,
javax.xml.namespace.QName port)
public Client createClient(java.lang.String wsdlUrl,
javax.xml.namespace.QName service,
java.lang.ClassLoader classLoader,
javax.xml.namespace.QName port)
public boolean isSimpleBindingEnabled()
public void setSimpleBindingEnabled(boolean simpleBindingEnabled)
public java.util.Map<java.lang.String,java.lang.Object> getJaxbContextProperties()
public void setJaxbContextProperties(java.util.Map<java.lang.String,java.lang.Object> jaxbContextProperties)
jaxbContextProperties -
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||