|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.description.WSDLToAxisServiceBuilder
public abstract class WSDLToAxisServiceBuilder
Constructor Summary | |
---|---|
protected |
WSDLToAxisServiceBuilder()
|
|
WSDLToAxisServiceBuilder(InputStream in,
AxisService axisService)
|
|
WSDLToAxisServiceBuilder(InputStream in,
QName serviceName)
|
Method Summary | |
---|---|
protected Map |
createHttpLocationTable()
|
protected String |
findSchemaPrefix()
Find the XML schema prefix |
String |
getBaseUri()
Gets the URI associated with the base document for the WSDL definition. |
protected DocumentBuilder |
getDOMDocumentBuilder()
Utility method that returns a DOM Builder |
QName |
getServiceName()
|
protected String |
getTemporaryNamespacePrefix()
Get a temporary namespace prefix. |
protected org.apache.ws.commons.schema.XmlSchema |
getXMLSchema(Element element,
String baseUri)
|
boolean |
isCodegen()
|
boolean |
isServerSide()
|
abstract AxisService |
populateService()
|
protected static String |
replace(String name,
String oldT,
String newT)
replace: Like String.replace except that the old new items are strings. |
void |
setBaseUri(String baseUri)
Sets the URI associated with the base document for the WSDL definition. |
void |
setCodegen(boolean codegen)
|
void |
setCustomResolver(org.apache.ws.commons.schema.resolver.URIResolver customResolver)
Sets a custom xmlschema URI resolver |
protected void |
setPolicyRegistryFromService(AxisService axisService)
|
void |
setServerSide(boolean serverSide)
|
void |
setServiceName(QName serviceName)
|
protected static String |
stackToString()
Get a string containing the stack of the current location |
protected static String |
stackToString(Throwable e)
Get a string containing the stack of the specified exception |
void |
useAxisConfiguration(AxisConfiguration axisConfig)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String XMLSCHEMA_NAMESPACE_URI
protected static final String XMLSCHEMA_NAMESPACE_PREFIX
protected static final String XML_SCHEMA_LOCAL_NAME
protected static final String XML_SCHEMA_SEQUENCE_LOCAL_NAME
protected static final String XML_SCHEMA_COMPLEX_TYPE_LOCAL_NAME
protected static final String XML_SCHEMA_ELEMENT_LOCAL_NAME
protected static final String XML_SCHEMA_IMPORT_LOCAL_NAME
protected static final String XSD_NAME
protected static final String XSD_TARGETNAMESPACE
protected static final String XMLNS_AXIS2WRAPPED
protected static final String AXIS2WRAPPED
protected static final String XSD_TYPE
protected static final String XSD_REF
protected static int nsCount
protected Map resolvedRpcWrappedElementMap
protected static final String XSD_ELEMENT_FORM_DEFAULT
protected static final String XSD_UNQUALIFIED
protected InputStream in
protected AxisService axisService
protected org.apache.neethi.PolicyRegistry registry
protected AxisConfiguration axisConfig
protected QName serviceName
protected boolean isServerSide
protected String style
protected static final String TYPES
protected boolean isCodegen
Constructor Detail |
---|
protected WSDLToAxisServiceBuilder()
public WSDLToAxisServiceBuilder(InputStream in, QName serviceName)
public WSDLToAxisServiceBuilder(InputStream in, AxisService axisService)
Method Detail |
---|
public void setCustomResolver(org.apache.ws.commons.schema.resolver.URIResolver customResolver)
customResolver
- a URIResolver to use when working with schemaspublic boolean isServerSide()
public void setServerSide(boolean serverSide)
protected void setPolicyRegistryFromService(AxisService axisService)
protected org.apache.ws.commons.schema.XmlSchema getXMLSchema(Element element, String baseUri)
protected String findSchemaPrefix()
public abstract AxisService populateService() throws AxisFault
AxisFault
protected DocumentBuilder getDOMDocumentBuilder()
protected String getTemporaryNamespacePrefix()
public String getBaseUri()
public void setBaseUri(String baseUri)
baseUri
- The URI as a Stringpublic boolean isCodegen()
public void setCodegen(boolean codegen)
public QName getServiceName()
public void setServiceName(QName serviceName)
protected static String stackToString()
protected static String stackToString(Throwable e)
e
-
protected static final String replace(String name, String oldT, String newT)
name
- stringoldT
- old text to replacenewT
- new text to use
public void useAxisConfiguration(AxisConfiguration axisConfig)
protected Map createHttpLocationTable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |