|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder
public class WSDLServiceBuilder
Builds a collection of Services from a WSDL.
Service
Field Summary | |
---|---|
protected Definition |
definition
|
Constructor Summary | |
---|---|
WSDLServiceBuilder(Definition definition)
|
|
WSDLServiceBuilder(java.lang.String baseURI,
java.io.InputStream is)
|
Method Summary | |
---|---|
protected void |
addService(Service s)
Adds a service to the map of services and also to the list of all services. |
void |
build()
|
java.util.List |
getAllServices()
Gets a list of every service created. |
BindingProvider |
getBindingProvider()
|
Definition |
getDefinition()
|
java.util.List |
getSchemaElements()
|
XmlSchemaCollection |
getSchemas()
|
protected ServiceInfo |
getServiceInfo(PortType portType)
|
java.util.Map |
getServices()
Gets a Map of Services. |
protected java.lang.String |
getTargetNamespace()
|
TransportManager |
getTransportManager()
|
protected static boolean |
hasAttributes(XmlSchemaComplexType complexType)
|
static boolean |
isWrapped(Operation op,
XmlSchemaCollection schemas)
A message is wrapped IFF: The input message has a single part. |
protected void |
processImports(Definition parent)
|
void |
setBindingProvider(BindingProvider bindingProvider)
|
void |
setTransportManager(TransportManager transportManager)
|
protected void |
visit(Types types)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final Definition definition
Constructor Detail |
---|
public WSDLServiceBuilder(Definition definition)
public WSDLServiceBuilder(java.lang.String baseURI, java.io.InputStream is) throws WSDLException
WSDLException
Method Detail |
---|
public BindingProvider getBindingProvider()
public void setBindingProvider(BindingProvider bindingProvider)
public Definition getDefinition()
public TransportManager getTransportManager()
public void setTransportManager(TransportManager transportManager)
public void build() throws java.lang.Exception
java.lang.Exception
protected void addService(Service s)
s
- protected void processImports(Definition parent)
public java.util.Map getServices()
public java.util.List getAllServices()
protected void visit(Types types)
protected ServiceInfo getServiceInfo(PortType portType)
public static boolean isWrapped(Operation op, XmlSchemaCollection schemas)
protected static boolean hasAttributes(XmlSchemaComplexType complexType)
protected java.lang.String getTargetNamespace()
public java.util.List getSchemaElements()
public XmlSchemaCollection getSchemas()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |