站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

WSRPDeploymentFactory - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.wsrp.deployment
Class WSRPDeploymentFactory

java.lang.Object
  extended byorg.jboss.portal.wsrp.deployment.WSRPDeploymentFactory
All Implemented Interfaces:
org.jboss.xb.binding.ObjectModelFactory

public class WSRPDeploymentFactory
extends java.lang.Object
implements org.jboss.xb.binding.ObjectModelFactory

Wire the mbeans to install


Constructor Summary
WSRPDeploymentFactory()
           
 
Method Summary
 void addChild(RegistrationData registrationData, Property property, org.jboss.xb.binding.UnmarshallingContext nav, java.lang.String nsURI, java.lang.String localName)
           
 java.lang.Object completeRoot(java.lang.Object root, org.jboss.xb.binding.UnmarshallingContext nav, java.lang.String nsURI, java.lang.String localName)
           
 java.lang.Object newChild(WSRPConsumerService service, org.jboss.xb.binding.UnmarshallingContext nav, java.lang.String nsURI, java.lang.String localName, org.xml.sax.Attributes attrs)
           
 java.lang.Object newChild(WSRPDeployment deployment, org.jboss.xb.binding.UnmarshallingContext nav, java.lang.String nsURI, java.lang.String localName, org.xml.sax.Attributes attrs)
           
 java.lang.Object newRoot(java.lang.Object root, org.jboss.xb.binding.UnmarshallingContext nav, java.lang.String nsURI, java.lang.String localName, org.xml.sax.Attributes attrs)
           
 void setValue(PerEndpointSOAPInvokerServiceFactory serviceFactory, org.jboss.xb.binding.UnmarshallingContext nav, java.lang.String nsURI, java.lang.String localName, java.lang.String value)
           
 void setValue(WSRPConsumerService service, org.jboss.xb.binding.UnmarshallingContext nav, java.lang.String nsURI, java.lang.String localName, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRPDeploymentFactory

public WSRPDeploymentFactory()
Method Detail

newRoot

public java.lang.Object newRoot(java.lang.Object root,
                                org.jboss.xb.binding.UnmarshallingContext nav,
                                java.lang.String nsURI,
                                java.lang.String localName,
                                org.xml.sax.Attributes attrs)
Specified by:
newRoot in interface org.jboss.xb.binding.ObjectModelFactory

completeRoot

public java.lang.Object completeRoot(java.lang.Object root,
                                     org.jboss.xb.binding.UnmarshallingContext nav,
                                     java.lang.String nsURI,
                                     java.lang.String localName)
Specified by:
completeRoot in interface org.jboss.xb.binding.ObjectModelFactory

newChild

public java.lang.Object newChild(WSRPDeployment deployment,
                                 org.jboss.xb.binding.UnmarshallingContext nav,
                                 java.lang.String nsURI,
                                 java.lang.String localName,
                                 org.xml.sax.Attributes attrs)

newChild

public java.lang.Object newChild(WSRPConsumerService service,
                                 org.jboss.xb.binding.UnmarshallingContext nav,
                                 java.lang.String nsURI,
                                 java.lang.String localName,
                                 org.xml.sax.Attributes attrs)

setValue

public void setValue(WSRPConsumerService service,
                     org.jboss.xb.binding.UnmarshallingContext nav,
                     java.lang.String nsURI,
                     java.lang.String localName,
                     java.lang.String value)

setValue

public void setValue(PerEndpointSOAPInvokerServiceFactory serviceFactory,
                     org.jboss.xb.binding.UnmarshallingContext nav,
                     java.lang.String nsURI,
                     java.lang.String localName,
                     java.lang.String value)

addChild

public void addChild(RegistrationData registrationData,
                     Property property,
                     org.jboss.xb.binding.UnmarshallingContext nav,
                     java.lang.String nsURI,
                     java.lang.String localName)